home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <objc/Object.h>
- #import <dpsclient/dpsclient.h>
- #import <appkit/appkit.h>
-
- @interface CookieController:Object
- {
- id cookieWindow;
- id cookieList;
- id bodyText;
- id prefs;
- id titleText;
- DPSTimedEntry myTimedEntry;
- struct _controllerFlags {
- unsigned int entry_running:1;
- } flags;
- }
-
- - newCookie:sender;
- - appDidInit:sender;
- - newPrefs;
- - timedEntry;
- - (float)fontsize;
- - (const char *)fontname;
- - (NXRect)getWindowRect;
- - setWindowPrefs;
-
- @end
-